/*=====================显示用布局样式=======================*/
.PageLayoutLeft{float:left;}/*左对齐*/
.PageLayoutCenter{margin-left:auto;margin-right:auto;}/*居中*/
.PageLayoutRight{float:right;}/*右对齐*/

.ContentUnitLeft{float:left;}/*左对齐*/
.ContentUnitCenter{margin-left:auto;margin-right:auto;}/*居中*/
.ContentUnitRight{float:right;}/*右对齐*/

.ComponentUnitLeft{float:left;}/*左对齐*/
.ComponentUnitCenter{margin-left:auto;margin-right:auto;}/*居中*/
.ComponentUnitRight{float:right;}/*右对齐*/

/*=====================编辑用用布局样式======================*/
.EPageLayoutLeft      /*左对齐*/
{float:left;border-width:5px;border-style:solid;border-color:#cccccc;}
.EPageLayoutCenter     /*居中*/
{margin:auto;border-width:5px;border-style:solid;border-color:#cccccc;}
.EPageLayoutRight     /*右对齐*/
{float:right;border-width:5px;border-style:solid;border-color:#cccccc;}
.ELayoutToolbar     /*工具栏*/
{position:absolute;z-index:100;overflow: visible;}
.EContentUnitLeft      /*左对齐*/
{float:left;border-width:5px;border-style:dotted;border-color:#cccccc;}
.EContentUnitCenter      /*居中对齐*/
{margin-left:auto;border-width:5px;margin-right:auto;border-style:dotted;border-color:#cccccc;}
.EContentUnitRight      /*右对齐*/
{float:right;border-width:5px;border-style:dotted;border-color:#cccccc;}
.EComponentUnitLeft      /*左对齐*/
{float:left;border-width:5px;border-style:dotted;border-color:#ff0000;}
.EComponentUnitCenter      /*居中对齐*/
{margin-left:auto;border-width:5px;margin-right:auto;border-style:dotted;border-color:#ff0000;}
.EComponentUnitRight      /*右对齐*/
{float:right;border-width:5px;border-style:dotted;border-color:#ff0000;}
